/*General*/

body {
    font-family: 'Euclid Circular A';
    color: #444444;
}

a {
    color: #1977cc;
    text-decoration: none;
}

a:hover {
    color: #3291e6;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Euclid Circular A';
}

img {
    max-width: 100%;
}

.top-slider {
    padding: 5px;
    background-color: #000000;
}

.play-to-win {
    background-color: #000000;
    padding: 50px 0px;
    text-align: center;
    position: relative;
}

.ludo-img {
    position: absolute;
    top: 10%;
    left: 80px;
    animation: 20s linear 0s infinite normal none running rotate;
}

.ludo-img-bot {
    position: absolute;
    bottom: 10%;
    right: 80px;
    animation: 20s linear 0s infinite normal none running rotateBottom;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes rotateBottom {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.ludo-img img,
.ludo-img-bot img {
    width: 150px;
    object-fit: cover;
}

.play-to-win h1 {
    color: #ffffff;
    font-size: 60px;
    margin: 0px 0px 30px;
    font-weight: 800;
}

.play-to-win h1 span:nth-child(2) {
    display: block;
}

.play-to-win h1 span {
    color: #ffc827;
}

.cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-wa {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #ffc827;
    padding: 18px 32px;
    border: 1px solid #ffc827;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    background: #000000;
    transition: .3s;
}

.btn-wa:hover,
.btn-wa:active {
    background: #ffc827;
    color: #000000;
}

.trusted-partners {
    padding: 50px 0px;
    background: url(../img/tp-bg.png) center center;
    background-size: cover;
}

.trusted-partners h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    margin: 0px 0px 30px;
    text-align: center;
}

.trusted-partners .wrap {
    background-color: rgb(0 0 0 / 45%) !important;
    box-shadow: -3.828px -3.828px 10px 0px rgb(255 200 39 / 40%), 8px 10px 10px 0px rgb(255 82 1 / 20%);
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
    height: 550px;
    margin-top: 30px;
    position: relative;
}

.trusted-partners .wrap.money .cta {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
}

.trusted-partners .wrap h4 {
    margin: 10px 0px 0px;
    color: #ffc827;
    font-size: 24px;
    font-weight: 700;
}

.trusted-partners .wrap .details h6 {
    font-size: 20px;
    display: block;
    margin: 15px 0px 10px;
    color: #ffffff;
}

.trusted-partners .wrap img {
    width: 200px;
}

.trusted-partners .cta {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
}

.trusted-partners .cta a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #ffc827;
    padding: 12px 20px;
    border: 1px solid #ffc827;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    background: #000000;
    transition: .3s;
    margin: 10px 0px;
}

.trusted-partners .store-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.trusted-partners .store-btn img {
    width: 80px;
    margin: 0px 10px;
}

.trusted-partners .wrap .details span {
    font-size: 18px;
    display: block;
    margin: 4px;
    color: #ffffff;
}

.why-choose-us {
    overflow: hidden;
}

.play-to-win.why-choose-us .ludo-img {
    bottom: 10%;
    left: 80px;
}

.play-to-win.why-choose-us .ludo-img-bot {
    top: 10%;
    right: 80px;
}

.play-to-win.why-choose-us .cta-wrap {
    justify-content: center;
}

.play-to-win.why-choose-us .btn-wa {
    padding: 15px 80px;
    font-size: 38px;
}

.why-choose-us h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    margin: 0px;
    text-align: center;
}

.why-choose-us h2 span {
    color: #ffc827;
}

.why-choose-us p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 30px;
    text-align: center;
}

.why-choose-us .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why-choose-us .choose-item {
    background-color: #171627;
    padding: 30px;
    width: 49%;
    margin-bottom: 2%;
}

.why-choose-us .choose-item i {
    color: #ffc827;
    font-size: 34px;
}

.why-choose-us .choose-item span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 0px;
    text-align: center;
    display: block;
}

.why-choose-us .btn-wa {
    margin: auto;
    margin-top: 2%;
    display: block;
}

.how-works {
    background-color: #000000;
    padding: 50px 0px;
}

.how-works h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    margin: 0px;
    text-align: center;
}

.how-works h2 span {
    color: #ffc827;
}

.how-works h6 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin: 80px 0px 0px;
    text-align: center;
}

.how-works .cta-wrap {
    justify-content: center;
}

.how-works .cta-wrap a {
    margin: 30px 10px 0px;
}

.how-works .cta-wrap .btn-wa {
    background: #ffc827;
    color: #000000;
    font-size: 32px;
    padding: 5px 30px;
}

.how-works .cta-wrap .btn-wa:hover,
.how-works .cta-wrap .btn-wa:active {
    background: #000000;
    color: #ffc827;
}

.how-works .cta-wrap .btn-wa img {
    width: 120px;
}

.how-works .step {
    background-color: rgb(22 11 34 / 46%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.how-works .step img {
    width: 100px;
}

.how-works .step span {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

.how-works .bouns-content {
    margin-top: 60px;
}

.how-works .bouns-content h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    margin: 0px;
    text-align: center;
}

.how-works .bouns-content h4 span {
    color: #ffc827;
}

.how-works .bouns-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.how-works .bouns-content ul {
    margin: 35px 0 15px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.how-works .bouns-content ul li {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
}

.how-works .bouns-content ul li span {
    font-size: 18px;
    font-weight: 800;
    color: #ffc827;
    margin-right: 5px;
}

.counter {
    margin-top: 50px;
    border-top: 1px solid #ffffff;
}

.counter .wrap {
    border-left: 1px solid #ffffff;
    padding: 50px 30px;
    text-align: center;
}

.counter .col-sm-4:first-child .wrap {
    border-left: none;
}

.counter .wrap span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
}

.counter .wrap span:first-child {
    color: #ffc827;
    font-size: 55px;
    line-height: 50px;
    font-weight: 800;
    display: block;
    margin-bottom: 0px;
}

.get-id h4 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    margin: 0px;
    text-align: left;
}

.get-id h4 span {
    color: #ffc827;
}

.get-id p {
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left
}

.get-id .btn-wa {
    float: left;
}

footer .footer-bot {
    text-align: center;
    background-color: #000000;
}

footer .footer-bot .container {
    padding: 30px 0px;
}

footer .footer-bot p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
}

footer .footer-eighteen-plus .container {
    padding: 60px 0px 30px;
}

footer .footer-eighteen-plus .container img {
    width: 200px;
}

footer .footer-eighteen-plus p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0px;
    font-weight: 400;
}

footer {
    background-color: #131222;
    border-top: 2px solid #ffffff;
    padding-bottom: 90px;
}

footer h6 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin: 10px 0px 0px;
    text-align: center;
}

footer h6 span {
    color: #ffc827;
}

footer .logo {
    margin: 40px auto 20px;
    width: 200px;
}

footer .social-ftr {
    padding: 15px 0px;
    text-align: center;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #131222;
}

footer .social-ftr a {
    display: inline-block;
}

footer .social-ftr a img {
    width: 30px;
}

footer .social-ftr a span {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    display: block;
}

.game-bar {
    background-color: #131222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.game-bar span {
    font-size: 11px;
    text-transform: uppercase;
    font-style: italic;
    color: #ffffff;
    margin: 0px 10px;
}

.game-bar span img {
    width: 20px;
    margin-right: 2px;
}

.game-bar span:last-child img,
.game-bar span:nth-child(6) img {
    width: 40px;
}

@media (max-width: 767px) {
    .how-works .cta-wrap,
    .cta-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .play-to-win .cta-wrap a {
        width: 280px;
        padding: 18px 18px;
    }
    .play-to-win .cta-wrap a:last-child {
        margin-top: 20px;
    }
    .how-works .cta-wrap .btn-wa img {
        width: 70px;
    }
    .get-id .btn-wa {
        margin-bottom: 50px;
        float: none;
    }
    .game-bar {
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }
    .counter .wrap {
        border-top: 1px solid #ffffff;
        border-left: none;
    }
    .counter .col-sm-4:first-child .wrap {
        border-left: none;
        border-top: none;
    }
    .how-works .cta-wrap .btn-wa {
        font-size: 26px;
    }
    footer .footer-eighteen-plus .container .row {
        margin: 0px;
    }
    footer .social-ftr a span {
        font-size: 14px;
    }
    footer .social-ftr a img {
        width: 24px;
    }
    .get-id h4,
    .how-works h2,
    .why-choose-us h2,
    .trusted-partners h2,
    .play-to-win h1 {
        font-size: 30px;
    }
    .play-to-win h1 span:last-child {
        display: block;
    }
    .how-works .step span {
        font-size: 18px;
    }
    .how-works .step img {
        width: 70px;
        margin-bottom: 10px;
    }
    .play-to-win.why-choose-us .btn-wa {
        padding: 15px 60px;
        font-size: 30px;
    }
    .why-choose-us .items {
        margin-top: 40px;
    }
    .trusted-partners .wrap {
        height: 470px;
    }
    .trusted-partners .wrap.money {
        height: 580px;
    }
}